SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 68009: The upgrade_solutions.sas script fails when you upgrade to the v10.2020 version of SAS® Risk Stratum from a previous version

DetailsAboutRate It

When you upgrade from a previous version of SAS Risk Stratum to the v10.2020 version, you might see the following error when you run the upgrade_solutions.sas post-deployment script:

ERROR: Failed to get ticket grant ticket.

The problem does not occur when you perform a new installation of SAS Risk Stratum..

To work around the issue, perform the following steps:

  1. Navigate to the stratum_content_path/sas/config/upgrade folder of the SAS Risk Stratum Core v10.2020 repository.
  2. Copy upgrade_all_pre_2020.10.sas and rename it as upgrade_all_pre_2020.10.sas.bak to create a backup copy of the script.
  3. Edit the upgrade_all_pre_2020.10.sas script, and find the following line:
%irm_rest_get_ticket(url = &rgf_host.:&rgf_port.
  1. Replace that line with the following:
%irm_rest_get_ticket(url = &rgf_protocol.://&rgf_host.:&rgf_port.


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Risk StratumLinux for x64v10.2020v03.20219.4 TS1M69.4 TS1M7
Microsoft® Windows® for x64v10.2020v03.20219.4 TS1M69.4 TS1M7
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.